Hệ thống quản lý bệnh viện bằng C# với mã nguồn

  • HospitalManagementSystemCSharp.csproj
  • project /
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion=
"14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=
" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{1BB06E6B-
4727-4849-AE96-60DA5D3B7D68}</ProjectGuid>
8     <OutputType>WinExe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>HospitalManagementSystemCSharp</RootNamespace>
11     <AssemblyName>HospitalManagementSystemCSharp</AssemblyName>
12     <TargetFrameworkVersion>v4.
5.2</TargetFrameworkVersion>
13     <FileAlignment>
512</FileAlignment>
14     <AutoGenerateBindingRedirects>
true</AutoGenerateBindingRedirects>
15     <PublishUrl>publish\</PublishUrl>
16     <Install>
true</Install>
17     <InstallFrom>Disk</InstallFrom>
18     <UpdateEnabled>
false</UpdateEnabled>
19     <UpdateMode>Foreground</UpdateMode>
20     <UpdateInterval>
7</UpdateInterval>
21     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
22     <UpdatePeriodically>
false</UpdatePeriodically>
23     <UpdateRequired>
false</UpdateRequired>
24     <MapFileExtensions>
true</MapFileExtensions>
25     <ApplicationRevision>
0</ApplicationRevision>
26     <ApplicationVersion>
1.0.0.%2a</ApplicationVersion>
27     <IsWebBootstrapper>
false</IsWebBootstrapper>
28     <UseApplicationTrust>
false</UseApplicationTrust>
29     <BootstrapperEnabled>
true</BootstrapperEnabled>
30   </PropertyGroup>
31   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32     <PlatformTarget>AnyCPU</PlatformTarget>
33     <DebugSymbols>
true</DebugSymbols>
34     <DebugType>full</DebugType>
35     <Optimize>
false</Optimize>
36     <OutputPath>bin\Debug\</OutputPath>
37     <DefineConstants>DEBUG;TRACE</DefineConstants>
38     <ErrorReport>prompt</ErrorReport>
39     <WarningLevel>
4</WarningLevel>
40   </PropertyGroup>
41   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42     <PlatformTarget>AnyCPU</PlatformTarget>
43     <DebugType>pdbonly</DebugType>
44     <Optimize>
true</Optimize>
45     <OutputPath>bin\Release\</OutputPath>
46     <DefineConstants>TRACE</DefineConstants>
47     <ErrorReport>prompt</ErrorReport>
48     <WarningLevel>
4</WarningLevel>
49   </PropertyGroup>
50   <ItemGroup>
51     <Reference Include=
"System" />
52     <Reference Include=
"System.Core" />
53     <Reference Include=
"System.Xml.Linq" />
54     <Reference Include=
"System.Data.DataSetExtensions" />
55     <Reference Include=
"Microsoft.CSharp" />
56     <Reference Include=
"System.Data" />
57     <Reference Include=
"System.Deployment" />
58     <Reference Include=
"System.Drawing" />
59     <Reference Include=
"System.Net.Http" />
60     <Reference Include=
"System.Windows.Forms" />
61     <Reference Include=
"System.Xml" />
62   </ItemGroup>
63   <ItemGroup>
64     <Compile Include=
"Form1.cs">
65       <SubType>Form</SubType>
66     </Compile>
67     <Compile Include=
"Form1.Designer.cs">
68       <DependentUpon>Form1.cs</DependentUpon>
69     </Compile>
70     <Compile Include=
"Home.cs">
71       <SubType>Form</SubType>
72     </Compile>
73     <Compile Include=
"Home.Designer.cs">
74       <DependentUpon>Home.cs</DependentUpon>
75     </Compile>
76     <Compile Include=
"hospitalDataSet.Designer.cs">
77       <AutoGen>True</AutoGen>
78       <DesignTime>True</DesignTime>
79       <DependentUpon>hospitalDataSet.xsd</DependentUpon>
80     </Compile>
81     <Compile Include=
"hospitalDataSet1.Designer.cs">
82       <AutoGen>True</AutoGen>
83       <DesignTime>True</DesignTime>
84       <DependentUpon>hospitalDataSet1.xsd</DependentUpon>
85     </Compile>
86     <Compile Include=
"hospitalDataSet2.Designer.cs">
87       <AutoGen>True</AutoGen>
88       <DesignTime>True</DesignTime>
89       <DependentUpon>hospitalDataSet2.xsd</DependentUpon>
90     </Compile>
91     <Compile Include=
"hospitalDataSet3.Designer.cs">
92       <AutoGen>True</AutoGen>
93       <DesignTime>True</DesignTime>
94       <DependentUpon>hospitalDataSet3.xsd</DependentUpon>
95     </Compile>
96     <Compile Include=
"PatientCheckOut.cs">
97       <SubType>Form</SubType>
98     </Compile>
99     <Compile Include=
"PatientCheckOut.Designer.cs">
100       <DependentUpon>PatientCheckOut.cs</DependentUpon>
101     </Compile>
102     <Compile Include=
"PatientInformation.cs">
103       <SubType>Form</SubType>
104     </Compile>
105     <Compile Include=
"PatientInformation.Designer.cs">
106       <DependentUpon>PatientInformation.cs</DependentUpon>
107     </Compile>
108     <Compile Include=
"PatientRegistration.cs">
109       <SubType>Form</SubType>
110     </Compile>
111     <Compile Include=
"PatientRegistration.Designer.cs">
112       <DependentUpon>PatientRegistration.cs</DependentUpon>
113     </Compile>
114     <Compile Include=
"Program.cs" />
115     <Compile Include=
"Properties\AssemblyInfo.cs" />
116     <Compile Include=
"RoomInfo.cs">
117       <SubType>Form</SubType>
118     </Compile>
119     <Compile Include=
"RoomInfo.Designer.cs">
120       <DependentUpon>RoomInfo.cs</DependentUpon>
121     </Compile>
122     <Compile Include=
"StaffInformation.cs">
123       <SubType>Form</SubType>
124     </Compile>
125     <Compile Include=
"StaffInformation.Designer.cs">
126       <DependentUpon>StaffInformation.cs</DependentUpon>
127     </Compile>
128     <Compile Include=
"ViewwPatientCheckOut.cs">
129       <SubType>Form</SubType>
130     </Compile>
131     <Compile Include=
"ViewwPatientCheckOut.Designer.cs">
132       <DependentUpon>ViewwPatientCheckOut.cs</DependentUpon>
133     </Compile>
134     <EmbeddedResource Include=
"Form1.resx">
135       <DependentUpon>Form1.cs</DependentUpon>
136     </EmbeddedResource>
137     <EmbeddedResource Include=
"Home.resx">
138       <DependentUpon>Home.cs</DependentUpon>
139     </EmbeddedResource>
140     <EmbeddedResource Include=
"PatientCheckOut.resx">
141       <DependentUpon>PatientCheckOut.cs</DependentUpon>
142     </EmbeddedResource>
143     <EmbeddedResource Include=
"PatientInformation.resx">
144       <DependentUpon>PatientInformation.cs</DependentUpon>
145     </EmbeddedResource>
146     <EmbeddedResource Include=
"PatientRegistration.resx">
147       <DependentUpon>PatientRegistration.cs</DependentUpon>
148     </EmbeddedResource>
149     <EmbeddedResource Include=
"Properties\Resources.resx">
150       <Generator>ResXFileCodeGenerator</Generator>
151       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
152       <SubType>Designer</SubType>
153     </EmbeddedResource>
154     <Compile Include=
"Properties\Resources.Designer.cs">
155       <AutoGen>True</AutoGen>
156       <DependentUpon>Resources.resx</DependentUpon>
157       <DesignTime>True</DesignTime>
158     </Compile>
159     <EmbeddedResource Include=
"RoomInfo.resx">
160       <DependentUpon>RoomInfo.cs</DependentUpon>
161     </EmbeddedResource>
162     <EmbeddedResource Include=
"StaffInformation.resx">
163       <DependentUpon>StaffInformation.cs</DependentUpon>
164     </EmbeddedResource>
165     <EmbeddedResource Include=
"ViewwPatientCheckOut.resx">
166       <DependentUpon>ViewwPatientCheckOut.cs</DependentUpon>
167     </EmbeddedResource>
168     <None Include=
"hospitalDataSet.xsc">
169       <DependentUpon>hospitalDataSet.xsd</DependentUpon>
170     </None>
171     <None Include=
"hospitalDataSet.xsd">
172       <Generator>MSDataSetGenerator</Generator>
173       <LastGenOutput>hospitalDataSet.Designer.cs</LastGenOutput>
174       <SubType>Designer</SubType>
175     </None>
176     <None Include=
"hospitalDataSet.xss">
177       <DependentUpon>hospitalDataSet.xsd</DependentUpon>
178     </None>
179     <None Include=
"hospitalDataSet1.xsc">
180       <DependentUpon>hospitalDataSet1.xsd</DependentUpon>
181     </None>
182     <None Include=
"hospitalDataSet1.xsd">
183       <Generator>MSDataSetGenerator</Generator>
184       <LastGenOutput>hospitalDataSet1.Designer.cs</LastGenOutput>
185       <SubType>Designer</SubType>
186     </None>
187     <None Include=
"hospitalDataSet1.xss">
188       <DependentUpon>hospitalDataSet1.xsd</DependentUpon>
189     </None>
190     <None Include=
"hospitalDataSet2.xsc">
191       <DependentUpon>hospitalDataSet2.xsd</DependentUpon>
192     </None>
193     <None Include=
"hospitalDataSet2.xsd">
194       <Generator>MSDataSetGenerator</Generator>
195       <LastGenOutput>hospitalDataSet2.Designer.cs</LastGenOutput>
196       <SubType>Designer</SubType>
197     </None>
198     <None Include=
"hospitalDataSet2.xss">
199       <DependentUpon>hospitalDataSet2.xsd</DependentUpon>
200     </None>
201     <None Include=
"hospitalDataSet3.xsc">
202       <DependentUpon>hospitalDataSet3.xsd</DependentUpon>
203     </None>
204     <None Include=
"hospitalDataSet3.xsd">
205       <Generator>MSDataSetGenerator</Generator>
206       <LastGenOutput>hospitalDataSet3.Designer.cs</LastGenOutput>
207       <SubType>Designer</SubType>
208     </None>
209     <None Include=
"hospitalDataSet3.xss">
210       <DependentUpon>hospitalDataSet3.xsd</DependentUpon>
211     </None>
212     <None Include=
"Properties\Settings.settings">
213       <Generator>SettingsSingleFileGenerator</Generator>
214       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
215     </None>
216     <Compile Include=
"Properties\Settings.Designer.cs">
217       <AutoGen>True</AutoGen>
218       <DependentUpon>Settings.settings</DependentUpon>
219       <DesignTimeSharedInput>True</DesignTimeSharedInput>
220     </Compile>
221   </ItemGroup>
222   <ItemGroup>
223     <None Include=
"App.config" />
224   </ItemGroup>
225   <ItemGroup>
226     <None Include=
"Resources\kashipara.png" />
227   </ItemGroup>
228   <ItemGroup>
229     <Content Include=
"hospital.mdf">
230       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
231     </Content>
232     <Content Include=
"hospital_log.ldf">
233       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
234       <DependentUpon>hospital.mdf</DependentUpon>
235     </Content>
236     <None Include=
"Resources\chob.png" />
237     <None Include=
"Resources\images %28staff%29.png" />
238     <None Include=
"Resources\08-512.png" />
239     <None Include=
"Resources\castio.png" />
240     <None Include=
"Resources\patient_cards-2-512.png" />
241     <None Include=
"Resources\form-icon-01.png" />
242     <None Include=
"Resources\hms.png" />
243   </ItemGroup>
244   <ItemGroup>
245     <BootstrapperPackage Include=
".NETFramework,Version=v4.5.2">
246       <Visible>False</Visible>
247       <ProductName>Microsoft .NET Framework
4.5.2 %28x86 and x64%29</ProductName>
248       <Install>
true</Install>
249     </BootstrapperPackage>
250     <BootstrapperPackage Include=
"Microsoft.Net.Framework.3.5.SP1">
251       <Visible>False</Visible>
252       <ProductName>.NET Framework
3.5 SP1</ProductName>
253       <Install>
false</Install>
254     </BootstrapperPackage>
255   </ItemGroup>
256   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
257   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
258        Other similar extension points exist, see Microsoft.Common.targets.
259   <Target Name=
"BeforeBuild">
260   </Target>
261   <Target Name=
"AfterBuild">
262   </Target>
263   -->
264 </Project>


Gõ tìm kiếm nhanh...